Skip to content

fix: remove duplicate qmd skill files#73

Merged
shunkakinoki merged 1 commit intomainfrom
fix/remove-duplicate-qmd-skill
Feb 16, 2026
Merged

fix: remove duplicate qmd skill files#73
shunkakinoki merged 1 commit intomainfrom
fix/remove-duplicate-qmd-skill

Conversation

@shunkakinoki
Copy link
Owner

@shunkakinoki shunkakinoki commented Feb 16, 2026

Summary

  • Remove local skills/qmd/ directory since qmd is installed externally via SKILLS.txt (tobi/qmd)

Test plan

  • tobi/qmd entry remains in SKILLS.txt
  • make skills-install installs qmd from upstream repo

🤖 Generated with Claude Code


Summary by cubic

Removed the local qmd skill so we only install qmd from SKILLS.txt (tobi/qmd). Also added a .entire/.gitignore to ignore local artifacts.

  • Refactors
    • Deleted duplicate qmd files: skills/qmd/SKILL.md and skills/qmd/references/mcp-setup.md.
    • Added .entire/.gitignore to exclude tmp/, settings.local.json, metadata/, and logs/.

Written for commit 816165d. Summary will update on new commits.

Copilot AI review requested due to automatic review settings February 16, 2026 03:59
@shunkakinoki shunkakinoki merged commit 61d026a into main Feb 16, 2026
1 check passed
@shunkakinoki shunkakinoki deleted the fix/remove-duplicate-qmd-skill branch February 16, 2026 03:59
@coderabbitai
Copy link

coderabbitai bot commented Feb 16, 2026

Warning

Rate limit exceeded

@shunkakinoki has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 25 minutes and 24 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/remove-duplicate-qmd-skill

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes duplicate local QMD skill files from the skills/qmd/ directory, as QMD is already installed externally via the SKILLS.txt file entry (tobi/qmd). This cleanup eliminates redundancy by relying solely on the upstream repository installation.

Changes:

  • Removed local QMD skill documentation files (SKILL.md and MCP setup reference)
  • Added .gitignore entries for temporary files and local settings

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
skills/qmd/SKILL.md Removed duplicate local QMD skill documentation
skills/qmd/references/mcp-setup.md Removed duplicate local MCP server setup guide
.entire/.gitignore Added ignore patterns for temporary and local configuration files

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants